[INFO] fetching crate perl-module-reference 0.12.2...
[INFO] fixing perl-module-reference-0.12.2 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate perl-module-reference 0.12.2 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate perl-module-reference 0.12.2
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate perl-module-reference 0.12.2
[INFO] tweaked toml for crates.io crate perl-module-reference 0.12.2 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate perl-module-reference 0.12.2 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate perl-module-reference 0.12.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded perl-module-token-parser v0.12.2
[INFO] [stderr]   Downloaded perl-module-name v0.12.2
[INFO] [stderr]   Downloaded perl-module-token-core v0.12.2
[INFO] [stderr]   Downloaded perl-text-line v0.12.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6d6eca7b7be0f70c546b7c9fa19173a037ad7420381f4ffcecdb79954094d472
[INFO] running `Command { std: "docker" "start" "6d6eca7b7be0f70c546b7c9fa19173a037ad7420381f4ffcecdb79954094d472", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6d6eca7b7be0f70c546b7c9fa19173a037ad7420381f4ffcecdb79954094d472" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6d6eca7b7be0f70c546b7c9fa19173a037ad7420381f4ffcecdb79954094d472", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6d6eca7b7be0f70c546b7c9fa19173a037ad7420381f4ffcecdb79954094d472" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking perl-module-token-core v0.12.2
[INFO] [stderr]     Checking perl-module-name v0.12.2
[INFO] [stderr]     Checking perl-text-line v0.12.2
[INFO] [stderr]     Checking perl-module-token-parser v0.12.2
[INFO] [stderr]     Checking perl-module-reference v0.12.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `perl_module_import`
[INFO] [stdout]  --> tests/module_reference_integration.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use perl_module_import::{ModuleImportKind, parse_module_import_head};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `perl_module_import`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use perl_module_import::{ModuleImportKind, parse_module_import_head};
[INFO] [stdout] 1 + use perl_module_name::{ModuleImportKind, parse_module_import_head};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `perl_module_path`
[INFO] [stdout]  --> tests/module_reference_integration.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use perl_module_path::module_name_to_path;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `perl_module_path`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 2 - use perl_module_path::module_name_to_path;
[INFO] [stdout] 2 + use perl_module_name::module_name_to_path;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `proptest` in this scope
[INFO] [stdout]  --> tests/module_reference_prop.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use proptest::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `proptest`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `proptest`, use `cargo add proptest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `proptest` in this scope
[INFO] [stdout]   --> tests/module_reference_prop.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | proptest! {
[INFO] [stdout]    | ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `prop_oneof` in this scope
[INFO] [stdout]   --> tests/module_reference_prop.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     prop_oneof![
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `proptest` in this scope
[INFO] [stdout]  --> tests/module_reference_prop.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     proptest::collection::vec("[A-Za-z_][A-Za-z0-9_]{0,7}", 1..5)
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `proptest`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `proptest`, use `cargo add proptest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `prop` in this scope
[INFO] [stdout]   --> tests/module_reference_prop.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     prop::collection::vec("[ \t]{0,3}", 0..4).prop_map(|parts| parts.concat())
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `prop`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `prop`, use `cargo add prop` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `perl-module-reference` (test "module_reference_integration") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0405]: cannot find trait `Strategy` in this scope
[INFO] [stdout]  --> tests/module_reference_prop.rs:7:35
[INFO] [stdout]   |
[INFO] [stdout] 7 | fn module_name_strategy() -> impl Strategy<Value = String> {
[INFO] [stdout]   |                                   ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Strategy` in this scope
[INFO] [stdout]   --> tests/module_reference_prop.rs:12:40
[INFO] [stdout]    |
[INFO] [stdout] 12 | fn statement_prefix_strategy() -> impl Strategy<Value = String> {
[INFO] [stdout]    |                                        ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Strategy` in this scope
[INFO] [stdout]   --> tests/module_reference_prop.rs:16:42
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn parent_base_module_strategy() -> impl Strategy<Value = String> {
[INFO] [stdout]    |                                          ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ModuleReferenceKind`, `extract_module_reference_extended`, `extract_module_reference`, `find_module_reference_extended`, and `find_module_reference`
[INFO] [stdout]  --> tests/module_reference_prop.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     ModuleReferenceKind, extract_module_reference, extract_module_reference_extended,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 3 |     find_module_reference, find_module_reference_extended,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `perl-module-reference` (test "module_reference_prop") due to 8 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "6d6eca7b7be0f70c546b7c9fa19173a037ad7420381f4ffcecdb79954094d472", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d6eca7b7be0f70c546b7c9fa19173a037ad7420381f4ffcecdb79954094d472", kill_on_drop: false }`
[INFO] [stdout] 6d6eca7b7be0f70c546b7c9fa19173a037ad7420381f4ffcecdb79954094d472
